home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / HAYO28_2.INC < prev    next >
Text File  |  1994-03-28  |  674b  |  33 lines

  1. ; Hayes Optima 28.8 V.FC + Fax (with ESP V2.x card)
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       ATE1Q0M1X4V1S11=60
  8. ;       AT&C1&D2&G0&J0&K3&L0&P0
  9. ;       AT&Q5&W
  10. ;
  11.  
  12. Baud          230400
  13. Parity        N
  14. WordLen       8
  15. StopBits      1
  16.  
  17. XonXoff       BOTH
  18. CtsRts        BOTH
  19. MatchBaud     FALSE
  20.  
  21. ModemInitStrg ATZ^M
  22. ModemDialStrg ATDT
  23. ModemDialSufx ^M
  24. ModemHangStrg ;
  25. DTRHangup     TRUE
  26.  
  27. Connect       CONNECT,230400
  28.  
  29. NoConnect     NO_DIALTONE
  30. NoConnect     NO_CARRIER
  31. NoConnect     BUSY
  32. NoConnect     VOICE
  33.